home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / resources / wsdl / wsstrrecovervb.wsdl < prev   
Extensible Markup Language  |  2008-11-13  |  6KB  |  128 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3.   <wsdl:types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:element name="recoverfiles">
  6.         <s:complexType>
  7.           <s:sequence>
  8.             <s:element minOccurs="0" maxOccurs="1" name="param1" type="s:string" />
  9.             <s:element minOccurs="0" maxOccurs="1" name="param2" type="s:string" />
  10.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  11.           </s:sequence>
  12.         </s:complexType>
  13.       </s:element>
  14.       <s:element name="recoverfilesResponse">
  15.         <s:complexType>
  16.           <s:sequence>
  17.             <s:element minOccurs="0" maxOccurs="1" name="recoverfilesResult" type="tns:ArrayOfString" />
  18.           </s:sequence>
  19.         </s:complexType>
  20.       </s:element>
  21.       <s:complexType name="ArrayOfString">
  22.         <s:sequence>
  23.           <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  24.         </s:sequence>
  25.       </s:complexType>
  26.       <s:element name="GetDeletedList">
  27.         <s:complexType>
  28.           <s:sequence>
  29.             <s:element minOccurs="0" maxOccurs="1" name="id" type="s:string" />
  30.             <s:element minOccurs="0" maxOccurs="1" name="uname" type="s:string" />
  31.           </s:sequence>
  32.         </s:complexType>
  33.       </s:element>
  34.       <s:element name="GetDeletedListResponse">
  35.         <s:complexType>
  36.           <s:sequence>
  37.             <s:element minOccurs="0" maxOccurs="1" name="GetDeletedListResult" type="tns:ArrayOfString" />
  38.           </s:sequence>
  39.         </s:complexType>
  40.       </s:element>
  41.       <s:element name="WriteErrorLog">
  42.         <s:complexType>
  43.           <s:sequence>
  44.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  45.             <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
  46.             <s:element minOccurs="0" maxOccurs="1" name="errornum" type="s:string" />
  47.             <s:element minOccurs="0" maxOccurs="1" name="clientdate" type="s:string" />
  48.             <s:element minOccurs="0" maxOccurs="1" name="formname" type="s:string" />
  49.           </s:sequence>
  50.         </s:complexType>
  51.       </s:element>
  52.       <s:element name="WriteErrorLogResponse">
  53.         <s:complexType>
  54.           <s:sequence>
  55.             <s:element minOccurs="1" maxOccurs="1" name="WriteErrorLogResult" type="s:boolean" />
  56.           </s:sequence>
  57.         </s:complexType>
  58.       </s:element>
  59.     </s:schema>
  60.   </wsdl:types>
  61.   <wsdl:message name="recoverfilesSoapIn">
  62.     <wsdl:part name="parameters" element="tns:recoverfiles" />
  63.   </wsdl:message>
  64.   <wsdl:message name="recoverfilesSoapOut">
  65.     <wsdl:part name="parameters" element="tns:recoverfilesResponse" />
  66.   </wsdl:message>
  67.   <wsdl:message name="GetDeletedListSoapIn">
  68.     <wsdl:part name="parameters" element="tns:GetDeletedList" />
  69.   </wsdl:message>
  70.   <wsdl:message name="GetDeletedListSoapOut">
  71.     <wsdl:part name="parameters" element="tns:GetDeletedListResponse" />
  72.   </wsdl:message>
  73.   <wsdl:message name="WriteErrorLogSoapIn">
  74.     <wsdl:part name="parameters" element="tns:WriteErrorLog" />
  75.   </wsdl:message>
  76.   <wsdl:message name="WriteErrorLogSoapOut">
  77.     <wsdl:part name="parameters" element="tns:WriteErrorLogResponse" />
  78.   </wsdl:message>
  79.   <wsdl:portType name="wsStrRecoverVBSoap">
  80.     <wsdl:operation name="recoverfiles">
  81.       <wsdl:input message="tns:recoverfilesSoapIn" />
  82.       <wsdl:output message="tns:recoverfilesSoapOut" />
  83.     </wsdl:operation>
  84.     <wsdl:operation name="GetDeletedList">
  85.       <wsdl:input message="tns:GetDeletedListSoapIn" />
  86.       <wsdl:output message="tns:GetDeletedListSoapOut" />
  87.     </wsdl:operation>
  88.     <wsdl:operation name="WriteErrorLog">
  89.       <wsdl:input message="tns:WriteErrorLogSoapIn" />
  90.       <wsdl:output message="tns:WriteErrorLogSoapOut" />
  91.     </wsdl:operation>
  92.   </wsdl:portType>
  93.   <wsdl:binding name="wsStrRecoverVBSoap" type="tns:wsStrRecoverVBSoap">
  94.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  95.     <wsdl:operation name="recoverfiles">
  96.       <soap:operation soapAction="http://tempuri.org/recoverfiles" style="document" />
  97.       <wsdl:input>
  98.         <soap:body use="literal" />
  99.       </wsdl:input>
  100.       <wsdl:output>
  101.         <soap:body use="literal" />
  102.       </wsdl:output>
  103.     </wsdl:operation>
  104.     <wsdl:operation name="GetDeletedList">
  105.       <soap:operation soapAction="http://tempuri.org/GetDeletedList" style="document" />
  106.       <wsdl:input>
  107.         <soap:body use="literal" />
  108.       </wsdl:input>
  109.       <wsdl:output>
  110.         <soap:body use="literal" />
  111.       </wsdl:output>
  112.     </wsdl:operation>
  113.     <wsdl:operation name="WriteErrorLog">
  114.       <soap:operation soapAction="http://tempuri.org/WriteErrorLog" style="document" />
  115.       <wsdl:input>
  116.         <soap:body use="literal" />
  117.       </wsdl:input>
  118.       <wsdl:output>
  119.         <soap:body use="literal" />
  120.       </wsdl:output>
  121.     </wsdl:operation>
  122.   </wsdl:binding>
  123.   <wsdl:service name="wsStrRecoverVB">
  124.     <wsdl:port name="wsStrRecoverVBSoap" binding="tns:wsStrRecoverVBSoap">
  125.       <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/recovervb/wsstrrecovervb.asmx" />
  126.     </wsdl:port>
  127.   </wsdl:service>
  128. </wsdl:definitions>